← Index
NYTProf Performance Profile   
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 17:10:45 2013
Reported on Tue Oct 15 17:12:49 2013

Filename(eval 1045)[/usr/share/perl5/YAML/Base.pm:73]
StatementsExecuted 97 statements in 595µs
Eval Invoked At/usr/share/perl5/YAML/Base.pm line 73
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
3211598µs75.9msYAML::Base::::__ANON__[:7]YAML::Base::__ANON__[:7]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 75.9ms (598µs+75.3) within YAML::Base::__ANON__[(eval 1045)[/usr/share/perl5/YAML/Base.pm:73]:7] which was called 32 times, avg 2.37ms/call: # 32 times (598µs+75.3ms) by YAML::Load at line 36 of YAML.pm, avg 2.37ms/call
sub {
296589µs3275.3ms return $_[0]->{loader_object} = do { my $self = $_[0]; $self->init_action_object("loader") }
# spent 75.3ms making 32 calls to YAML::init_action_object, avg 2.35ms/call
3 unless $#_ > 0 or defined $_[0]->{loader_object};
4 return $_[0]->{loader_object} unless $#_ > 0;
5 $_[0]->{loader_object} = $_[1];
6 return $_[0]->{loader_object};
7}
8
916µs;